themes: Set proper foreground color for DND icons
authorBenjamin Otte <otte@redhat.com>
Mon, 2 Mar 2020 03:10:31 +0000 (04:10 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 2 Mar 2020 03:43:56 +0000 (04:43 +0100)
gtk/theme/Adwaita/_common.scss
gtk/theme/HighContrast/_common.scss

index 5c20871555b0914f670274fc3e21337c3e2d90af..15ad38c6ae355f37251735a82685ecb7697012f9 100644 (file)
@@ -52,6 +52,10 @@ scale:focus(visible) > trough {
   }
 }
 
+dnd {
+  color: $fg-color;
+}
+
 .normal-icons {
   -gtk-icon-size: 16px;
 }
index b52e1a7ad9d991c0dfdc5e2f004940ead54de475..2493cf2d8a94fe802ab0b9d55280669ff6d0c9b7 100644 (file)
@@ -43,6 +43,10 @@ flowboxchild:focus {
     background-color: $bg_color;
 }
 
+dnd {
+  color: $fg-color;
+}
+
 .background:backdrop {
     text-shadow: none;
     -gtk-icon-shadow: none;